const regexp/syntax.opVerticalBar
4 uses
regexp/syntax (current package)
parse.go#L78: opVerticalBar
parse.go#L1334: p.op(opVerticalBar)
parse.go#L1377: if n >= 3 && p.stack[n-2].Op == opVerticalBar && isCharClass(p.stack[n-1]) && isCharClass(p.stack[n-3]) {
parse.go#L1394: if re2.Op == opVerticalBar {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |